home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / card_49601.txt < prev    next >
Text File  |  1989-08-22  |  2KB  |  80 lines

  1. -- card: 49601 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 49813
  5. -- name: Naming Facilities E/1
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global btnStatus
  9.   get line 1 of btnStatus
  10.   -- the line number should be tailored for each menu
  11.   repeat with i = 1 to 2
  12.     -- tailor to number of menu items on given menu
  13.     if item i of it is not empty
  14.     then set the icon of bg btn ("#" & i) to (4240 + i)
  15.   else set the icon of bg btn ("#" & i) to (4230 + i)
  16. end repeat
  17. pass openCard
  18. end openCard
  19.  
  20.  
  21. -- part 2 (button)
  22. -- low flags: 00
  23. -- high flags: 0000
  24. -- rect: left=482 top=294 right=320 bottom=509
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 1235 / 1235
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: Last Menu
  33.  
  34.  
  35. -- part 5 (button)
  36. -- low flags: 00
  37. -- high flags: 0000
  38. -- rect: left=493 top=319 right=341 bottom=512
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 1400 / 1400
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Next
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.  
  50. end mouseUp
  51.  
  52.  
  53. -- part contents for background part 10
  54. ----- text -----
  55. Examples
  56.  
  57. -- part contents for background part 22
  58. ----- text -----
  59. This segment contains two Examples.  
  60.  
  61. -- part contents for background part 24
  62. ----- text -----
  63. Example 1:  Naming Services in an AppleTalk Network 
  64.  
  65.  
  66. -- part contents for background part 25
  67. ----- text -----
  68. Example 2:  Naming Services in Other LANs 
  69.  
  70. -- part contents for background part 23
  71. ----- text -----
  72. Click a choice.
  73.  
  74. -- part contents for background part 18
  75. ----- text -----
  76. 49601
  77.  
  78. -- part contents for background part 3
  79. ----- text -----
  80. Naming Facilities